.footer {
  width: 100%;
}
/* 上部分 */
.firstBox {
  width: 100%;
  padding-bottom: 4.16vw;
  background: #222222;
}
.firstBox .Box {
  width: 83.33vw;
  margin: 0 auto;
  padding: 4.16vw 2.43vw 2.03vw;
}
.copyright {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: 9.02vw;
} 
.copyright img {
  width: 22.59vw;
}
.copyright p {
  font-size: 3.22vw;
  line-height: 4.8vw;
  color: #fefefe;
}
.copyright p a {
  color: #fefefe;
}
.copyright .copy {
  position: absolute;
  bottom: 0;
  font-size: 3.22vw;
  color:#525252;
}

.telephone {
  display: inline-block;
  /* width: 14.58vw; */
  width: 100%;
  height: 100%;
} 
.telephone img {
  display: inline-block;
  width: 4.04vw;
  height: 4.04vw;
  margin-right: 0.69vw;
  vertical-align: middle;
}
.telephone p {
  line-height: 4.85vw;
  color: #fefefe;
}
.telephone p:first-child {
  margin-top: 2.63vw;
  font-size: 3.22vw;
}
.telephone p:last-child {
  font-size: 3.22vw;
}

.OR-code {
  /* float: right; */
  margin-top: 10px;
  height: 100%;
}
.codeBox {
  display: none;
  width: 48%;
  height: 100%;
  /* margin-left: 2.77vw; */
  text-align: center;
}
.codeBox img {
  width: 7.29vw;
  height: 7.29vw;
}
.codeBox p {
  margin-top: 1.04vw;
  font-size: 0.69vw;
  color: #fefefe;
}
/* 下部分 */
.secondBox {
  display: none;
  height: 16.95vw;
  padding: 4.16vw;
  background: #111111;
}
.secondBox .Box {
  width: 83.33vw;
  height: 3.95vw;
  line-height: 3.95vw;
  text-align: left;
  margin: 0 auto;
  padding: 0 2.43vw;
}
.secondBox a {
  color: #a8a8a8;
  font-size: 0.83vw;
}
.secondBox span {
  color: #a8a8a8;
}





